$schema: https://git.drupalcode.org/project/drupal/-/raw/HEAD/core/assets/schemas/v1/metadata.schema.json
name: "[label]"
status: stable
props:
  type: object
  properties: {}
libraryOverrides:
  js:
    # `[[name]]` will be replaced with the value "[name]".
    # Use `[[[name]]]` if you want the string `[[name]]` included verbatim.
    "[name].js": { attributes: { defer: true, type: "module" } }
  dependencies:
    - core/drupal
    - core/once
    - core/drupalSettings
